<Code Lib>
2026 Constructor
Changes 5
C

FieldDomainPointsByUV(IList<UV>, ICollection<Double>, ICollection<Double>)

Description:
Autodesk.Revit.DB.Analysis.
Overloads (2):
FieldDomainPointsByUV(IList[UV],ICollection[Double],ICollection[Double])

public FieldDomainPointsByUV(
	IList<UV> points,
	ICollection<double> uCoordinates,
	ICollection<double> vCoordinates
)

  • IList<UV>
    points
    Array of two-dimensional point coordinates representing domain points (usually on surface)
  • ICollection<Double>
    uCoordinates
    Set of u coordinates at which to draw grid lines on the surface
  • ICollection<Double>
    vCoordinates
    Set of v coordinates at which to draw grid lines on the surface

Loading…